-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update energy balance for residential based on new Eurostat data #1025
Conversation
Thanks @yerbol-akhmetov! Let us know when this is ready to review. In the meantime. Would it be possible to do this with the currently used eurostat April 2023 version or alternatively combine it with an update of the whole workflow to eurostat February 2024 version? I'd avoid mixing the versions. |
Thanks for the comment, @fneum. Maybe I interpret it wrongly, there is no versioning in February 2024 data. It was just lastly updated at that time. However, I also found the Eurostat March 2024 version for energy balances (the same format as in April 2023). But does it make sense to update 2023 data to 2024, since majority of the data are past values which are equal? The only difference is that 2024 data contains 2022's energy balances. |
It would be great if you can review it. |
Thanks, @yerbol-akhmetov! It looked mostly good. I took the liberty of extending this to the electricity shares as well to ensure consistency between total and electricity and simplify the code a bit. see 703b206 |
Super, thanks for handling it. |
Changes proposed in this Pull Request
Good day. Here, I propose to update the residential part of the
energy_totals
based on disaggregated Eurostat's household data. The provided function updatedtotal residential
,total residential space
,total residential water
, andtotal residential cooking
based on the data in https://ec.europa.eu/eurostat/databrowser/view/nrg_d_hhq/default/table?lang=en.Checklist
doc/release_notes.rst
is added.